ComponentOne Xamarin.iOS
RemoveAt Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRowColCollection<T> Class : RemoveAt Method
The zero-based index of the item to remove.
Removes the IList item at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)

Parameters

index
The zero-based index of the item to remove.
See Also

Reference

GridRowColCollection<T> Class
GridRowColCollection<T> Members